The command "rm" deletes files and directories whose names are given as arguments.
If the name of a directory is given as an argument, the option "-r" should be used to cause the directory and its contents to be deleted in a recursive manner.
Warning: Files and directories deleted with "rm" are not retrievable.